-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add string array to populate type #28
fix: add string array to populate type #28
Conversation
9590050
to
a859267
Compare
Hi @douwepausma thanks for the PR - we'll take a look soon! 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, the code LGTM but can you modify your commit so that it passes the commitlint check?
(the description shouldn't start with an uppercase letter)
3c9c2e5
to
a859267
Compare
…ausma/sdk-js into add-string-array-to-populate-type
Sorry, I kinda messed up on this one, I'm quite new to contributing to projects 😅 As I don't really know how to fix this mess, I will close this request and open a new one. |
What does it do?
Adds string[] type to populate types.
Why is it needed?
String
arrays
is already supported by the populate attributes, but the typings just didn't support it yet.How to test it?
Should build als usual, a missing type has been added to support already existing functionality.
Related issue(s)/PR(s)
#26